-- background: 16961 from stack: in.2 -- bmap block id: 17413 -- flags: 4000 -- background id: 0 -- name: proceedings ----- HyperTalk script ----- on closeCard hideComments hideOtherFields CheckRequired(3) end closeCard -- part 21 (field) -- low flags: 00 -- high flags: 4000 -- rect: left=157 top=69 right=83 bottom=457 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 21 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: keyField -- part 22 (field) -- low flags: 00 -- high flags: 4000 -- rect: left=136 top=88 right=115 bottom=457 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 21 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: title -- part 23 (field) -- low flags: 00 -- high flags: 4000 -- rect: left=135 top=121 right=135 bottom=238 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 21 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: year -- part 24 (field) -- low flags: 00 -- high flags: 4000 -- rect: left=141 top=147 right=161 bottom=457 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 21 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: editor -- part 25 (field) -- low flags: 00 -- high flags: 4000 -- rect: left=161 top=165 right=179 bottom=457 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 21 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: publisher -- part 26 (field) -- low flags: 00 -- high flags: 4000 -- rect: left=175 top=183 right=197 bottom=457 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 21 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: organization -- part 27 (field) -- low flags: 00 -- high flags: 4000 -- rect: left=143 top=201 right=215 bottom=221 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 21 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: month -- part 28 (field) -- low flags: 00 -- high flags: 4000 -- rect: left=265 top=201 right=215 bottom=457 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 21 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: address -- part 31 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=40 top=22 right=49 bottom=71 -- title width / last selected line: 0 -- icon id / first selected line: 17779 / 17779 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Prev ----- HyperTalk script ----- on mouseUp go prev end mouseUp -- part 32 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=72 top=22 right=49 bottom=103 -- title width / last selected line: 0 -- icon id / first selected line: 8419 / 8419 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Next ----- HyperTalk script ----- on mouseUp go next end mouseUp -- part 34 (button) -- low flags: 00 -- high flags: 2004 -- rect: left=8 top=224 right=264 bottom=48 -- title width / last selected line: 0 -- icon id / first selected line: 29019 / 29019 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: AboutÉ ----- HyperTalk script ----- on mouseUp go card "Instruction" end mouseUp -- part 36 (button) -- low flags: 80 -- high flags: 8002 -- rect: left=137 top=68 right=90 bottom=443 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Comments -- part 37 (button) -- low flags: 80 -- high flags: 2005 -- rect: left=141 top=70 right=88 bottom=159 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: commentsGoAway ----- HyperTalk script ----- on mouseUp set the highlight of me to false hideComments end mouseUp -- part 51 (button) -- low flags: 00 -- high flags: 0004 -- rect: left=8 top=266 right=306 bottom=48 -- title width / last selected line: 0 -- icon id / first selected line: 2478 / 2478 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Show Comments ----- HyperTalk script ----- on mouseUp showComments end mouseUp -- part 53 (button) -- low flags: 00 -- high flags: 2004 -- rect: left=8 top=98 right=138 bottom=48 -- title width / last selected line: 0 -- icon id / first selected line: 3430 / 3430 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: New Item ----- HyperTalk script ----- on mouseDown get PopUpMenu(11, "Article,Book,Booklet,InBook,InCollection", "InProceedings,Manual,MastersThesis,Misc,PhDThesis", "Proceedings,TechReport,Unpublished") if item 1 of it is empty then exit mouseDown NewBackground (item 1 of it) end mouseDown -- part 54 (button) -- low flags: 00 -- high flags: 2004 -- rect: left=8 top=56 right=96 bottom=48 -- title width / last selected line: 0 -- icon id / first selected line: 20098 / 20098 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Home ----- HyperTalk script ----- on mouseUp visual iris close go home end mouseUp -- part 55 (button) -- low flags: 00 -- high flags: 2004 -- rect: left=8 top=140 right=180 bottom=48 -- title width / last selected line: 0 -- icon id / first selected line: 20186 / 20186 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Sort Items ----- HyperTalk script ----- on mouseUp sort by fld "keyField" end mouseUp -- part 56 (button) -- low flags: 00 -- high flags: 2004 -- rect: left=8 top=182 right=222 bottom=48 -- title width / last selected line: 0 -- icon id / first selected line: 32670 / 32670 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Scan Items ----- HyperTalk script ----- on mouseUp show all cds end mouseUp -- part 58 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=8 top=22 right=49 bottom=39 -- title width / last selected line: 0 -- icon id / first selected line: 7417 / 7417 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Pop ----- HyperTalk script ----- on mouseUp visual iris close pop cd end mouseUp -- part 61 (field) -- low flags: 00 -- high flags: 4000 -- rect: left=146 top=220 right=234 bottom=212 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 21 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: volume -- part 62 (field) -- low flags: 00 -- high flags: 4000 -- rect: left=259 top=220 right=234 bottom=322 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 21 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: number -- part 63 (field) -- low flags: 00 -- high flags: 4000 -- rect: left=361 top=220 right=234 bottom=457 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 21 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: series -- part 64 (field) -- low flags: 00 -- high flags: 4000 -- rect: left=135 top=237 right=303 bottom=457 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 21 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: note -- part 65 (field) -- low flags: 80 -- high flags: 4007 -- rect: left=137 top=89 right=271 bottom=443 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 21 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: comments -- part 66 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=348 top=27 right=46 bottom=509 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 65535 -- font id: 16 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Status -- part 68 (button) -- low flags: 80 -- high flags: 8002 -- rect: left=137 top=270 right=288 bottom=443 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Other Fields -- part 69 (button) -- low flags: 80 -- high flags: 2005 -- rect: left=142 top=270 right=288 bottom=160 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: otherFieldsGoAway ----- HyperTalk script ----- on mouseUp set the highlight of me to false hideOtherFields end mouseUp -- part 71 (button) -- low flags: 00 -- high flags: A004 -- rect: left=217 top=312 right=328 bottom=318 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: Other FieldsÉ ----- HyperTalk script ----- on mouseUp showOtherFields end mouseUp -- part 72 (field) -- low flags: 80 -- high flags: 0007 -- rect: left=137 top=287 right=341 bottom=443 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 21 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: otherFields